MySQL
constructor(url: String, username: String, password: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options = ConnectionPool.Options(), encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry = ValueEncoderRegistry())(source)
Parameters
url
The connection URL for the MySQL database.
username
The username for authenticating with the database.
password
The password for authenticating with the database.
options
The optional configuration for the connection pool, such as min/max connections and timeout settings.
encoders
Optional registry of value encoders to use for encoding query parameters.